3.15 \(\int F^{c (a+b x)} \sec ^2(d+e x) \, dx\)

Optimal. Leaf size=80 \[ \frac {4 e^{2 i (d+e x)} F^{c (a+b x)} \, _2F_1\left (2,1-\frac {i b c \log (F)}{2 e};2-\frac {i b c \log (F)}{2 e};-e^{2 i (d+e x)}\right )}{b c \log (F)+2 i e} \]

[Out]

4*exp(2*I*(e*x+d))*F^(c*(b*x+a))*hypergeom([2, 1-1/2*I*b*c*ln(F)/e],[2-1/2*I*b*c*ln(F)/e],-exp(2*I*(e*x+d)))/(
2*I*e+b*c*ln(F))

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 80, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.056, Rules used = {4451} \[ \frac {4 e^{2 i (d+e x)} F^{c (a+b x)} \, _2F_1\left (2,1-\frac {i b c \log (F)}{2 e};2-\frac {i b c \log (F)}{2 e};-e^{2 i (d+e x)}\right )}{b c \log (F)+2 i e} \]

Antiderivative was successfully verified.

[In]

Int[F^(c*(a + b*x))*Sec[d + e*x]^2,x]

[Out]

(4*E^((2*I)*(d + e*x))*F^(c*(a + b*x))*Hypergeometric2F1[2, 1 - ((I/2)*b*c*Log[F])/e, 2 - ((I/2)*b*c*Log[F])/e
, -E^((2*I)*(d + e*x))])/((2*I)*e + b*c*Log[F])

Rule 4451

Int[(F_)^((c_.)*((a_.) + (b_.)*(x_)))*Sec[(d_.) + (e_.)*(x_)]^(n_.), x_Symbol] :> Simp[(2^n*E^(I*n*(d + e*x))*
F^(c*(a + b*x))*Hypergeometric2F1[n, n/2 - (I*b*c*Log[F])/(2*e), 1 + n/2 - (I*b*c*Log[F])/(2*e), -E^(2*I*(d +
e*x))])/(I*e*n + b*c*Log[F]), x] /; FreeQ[{F, a, b, c, d, e}, x] && IntegerQ[n]

Rubi steps

\begin {align*} \int F^{c (a+b x)} \sec ^2(d+e x) \, dx &=\frac {4 e^{2 i (d+e x)} F^{c (a+b x)} \, _2F_1\left (2,1-\frac {i b c \log (F)}{2 e};2-\frac {i b c \log (F)}{2 e};-e^{2 i (d+e x)}\right )}{2 i e+b c \log (F)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 80, normalized size = 1.00 \[ \frac {4 e^{2 i (d+e x)} F^{c (a+b x)} \, _2F_1\left (2,1-\frac {i b c \log (F)}{2 e};2-\frac {i b c \log (F)}{2 e};-e^{2 i (d+e x)}\right )}{b c \log (F)+2 i e} \]

Antiderivative was successfully verified.

[In]

Integrate[F^(c*(a + b*x))*Sec[d + e*x]^2,x]

[Out]

(4*E^((2*I)*(d + e*x))*F^(c*(a + b*x))*Hypergeometric2F1[2, 1 - ((I/2)*b*c*Log[F])/e, 2 - ((I/2)*b*c*Log[F])/e
, -E^((2*I)*(d + e*x))])/((2*I)*e + b*c*Log[F])

________________________________________________________________________________________

fricas [F]  time = 1.27, size = 0, normalized size = 0.00 \[ {\rm integral}\left (F^{b c x + a c} \sec \left (e x + d\right )^{2}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(c*(b*x+a))*sec(e*x+d)^2,x, algorithm="fricas")

[Out]

integral(F^(b*c*x + a*c)*sec(e*x + d)^2, x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int F^{{\left (b x + a\right )} c} \sec \left (e x + d\right )^{2}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(c*(b*x+a))*sec(e*x+d)^2,x, algorithm="giac")

[Out]

integrate(F^((b*x + a)*c)*sec(e*x + d)^2, x)

________________________________________________________________________________________

maple [F]  time = 0.16, size = 0, normalized size = 0.00 \[ \int F^{c \left (b x +a \right )} \left (\sec ^{2}\left (e x +d \right )\right )\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(c*(b*x+a))*sec(e*x+d)^2,x)

[Out]

int(F^(c*(b*x+a))*sec(e*x+d)^2,x)

________________________________________________________________________________________

maxima [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(c*(b*x+a))*sec(e*x+d)^2,x, algorithm="maxima")

[Out]

Timed out

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {F^{c\,\left (a+b\,x\right )}}{{\cos \left (d+e\,x\right )}^2} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(c*(a + b*x))/cos(d + e*x)^2,x)

[Out]

int(F^(c*(a + b*x))/cos(d + e*x)^2, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int F^{c \left (a + b x\right )} \sec ^{2}{\left (d + e x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F**(c*(b*x+a))*sec(e*x+d)**2,x)

[Out]

Integral(F**(c*(a + b*x))*sec(d + e*x)**2, x)

________________________________________________________________________________________